home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / SpriteWorld 1.0b3 / Examples / SpaceRocks / Read Me • SpaceRocks next >
Text File  |  1993-06-20  |  1KB  |  15 lines

  1. SpaceRocks Sample
  2.  
  3. ** WARNING **
  4. This sample is very incomplete and has not been tested much at all. It is not for the faint of heart since much of the code has NOT been cleaned up properly. It has been included in this release anyway because it was felt that many would appreciate some more advanced sample code even in this rough form.
  5. **WARNING**
  6.  
  7. This is a more complicated game sample. This sample is incomplete in this release. It is modeled after the classic game of "Asteroids". Concepts that this sample demonstrates are: extending the sprite record, collision detection, inserting and removing sprites from an animation on the fly, using custom pixel blitters, complex custom move procs, frame change procs, etc.
  8.  
  9. This sample is about 30% complete. Right now you can fly around and shoot the rocks, which break up into smaller rocks. Currently this sample lacks sound, explosions, a score, multiple levels, and many other important game elements.
  10.  
  11. Use the arrow keys to rotate left and right.
  12. Use the Up-arrow to fire.
  13. Use the spacebar to thrust.
  14.  
  15.